home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************
-
- DataTran.h
-
- Copyright: (c) 1995 by Visigenic Software, Inc., all rights reserved.
-
- ***************************************************************************/
-
- #ifndef __DATATRANSLATE_H
-
- #define __DATATRANSLATE_H 1
-
- #ifndef __SQLEXT
- #include "SQLExt.h"
- #endif
-
- BOOL_TRANSAPI SQLDataSourceToDriver( UDWORD fOption,
- SWORD fCType,
- PTR rgbValueIn,
- SDWORD cbValueIn,
- PTR rgbValueOut,
- SDWORD cbValueOutMax,
- SDWORD *pcbValueOut,
- UCHAR *szErrorMsg,
- SWORD cbErrorMsgMax,
- SWORD *pcbErrorMsg);
-
- BOOL_TRANSAPI SQLDriverToDataSource( UDWORD fOption,
- SWORD fCType,
- PTR rgbValueIn,
- SDWORD cbValueIn,
- PTR rgbValueOut,
- SDWORD cbValueOutMax,
- SDWORD *pcbValueOut,
- UCHAR *szErrorMsg,
- SWORD cbErrorMsgMax,
- SWORD *pcbErrorMsg);
-
- BOOL_TRANSAPI ConfigTranslator ( SQLHWND hwnd,
- DWORD *pvOption);
-
-
- #endif // __DATATRANSLATE_H
-